.layui-layer{transition: none;}
/*banner*/
.banner .swiper-slide img{ width:100%;}
.banner .swiper-pagination-bullet{ width: 32px; height: 7px; margin-right:10px ; background:#fff; border-radius:0 ; opacity: 1;}
.banner .swiper-pagination-bullet-active{background:#46a26d;}

@media (max-width:768px) {
	.banner .swiper-pagination-bullet{ width: 28px; height: 5px;}
}
/*  */
.category-title{padding-bottom: 40px;text-align: center;font-size: 26px; color: #46a26d; font-weight: 600;}

.category-title p{text-transform: uppercase; color: #777; font-family: arial;}
@media (max-width:768px) {
	.category-title{padding-bottom: 20px;font-size: 20px; }
}

/* 关于 */
.about{padding: 50px 0; background-image: url(../images/about_bg.jpg); background-repeat: no-repeat; background-size: cover; }
.about_left{float: left; width: 50%; padding-right: 20px;}
.about h1{font-size: 22px; padding-bottom: 20px; color: #46a26d; font-weight: 600;}
.about h1 span{background: #46a26d; height: 5px; width: 60px; display: block; margin-bottom: 10px;}

.about_left p{line-height: 36px; font-size: 16px; color: #666;}

.about_right{float: right; width: 50%; padding-left: 20px;}
.about_right img{width: 100%;}
@media (max-width:960px) {
	.about{padding: 80px 0 60px; }
	.about_left p{font-size: 14px;}
}
@media (max-width:768px) {
	.about{padding: 30px 0; }	
	.about_left,.about_right{width: 100%; float: none; padding: 0;}
	.about h1 span{width: 36px; height: 4px;}
	.about h1{font-size: 18px; padding-bottom: 20px;}
	.about p{padding: 0 0 25px; line-height: 28px; font-size: 14px; }
	.about a{padding: 0 20px; line-height: 30px;}
	.about a span{font-size: 14px;}
}
@media (max-width:480px) {
	.about_right{display: none;}
}

/* 新闻 */
.news{padding: 40px 0;}
.news_left{float: left; width: 50%; padding-right: 20px;}
.news_left a img{width: 100%; }
.news_left a p{font-size: 16px; margin-top: 15px;}
.news_left a:hover p{color:#B01835;}

.news_right{float: right; width: 50%; padding-left: 20px;}
.news_right ul{ overflow: hidden;}
.news_right ul li{padding: 10px 0; border-bottom: 1px solid #ddd;}
.news_right ul li a{display: block;overflow: hidden;}
.news-content{text-align: left; float: right; width: 80%;}
.news-content h3{
	margin: 0 0 10px; 
	height: 26px; 
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 26px;
}
.news-content p{
	height: 22px; 
	color: #777;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 22px;
}

.news-date{float: left; width: 20%; padding: 0 10px; font-family: arial; line-height: 35px; color:#3F905D;font-size: 16px; line-height: 30px;}
.news-date span{font-size: 20px;}

.news_right ul li a:hover .news-content h3{border-top-color:  #BE1D21;}
.news_right ul li a:hover .news-date{ opacity: 1; visibility: visible;}

@media (max-width:1000px) {
	.news{padding: 20px 0;}
	.news_right ul li{ width: 100%;}
	.news-content h3{ height: auto; padding-top: 0;}
	.news-content p{display: none;}
	.news-date{line-height: 22px;}
}

@media (max-width:768px) {
	.news_left,.news_right{width: 100%; float: none; padding: 0;}
	.news_left{border-bottom: 1px solid #ddd; padding-bottom: 20px; }
	.news-date{width: 15%;}
	.news-content{width: 85%;}
	.news-content p{display: block;}
}
@media (max-width:480px) {
	.news-date{width: 25%;}
	.news-content{width: 75%;}
}